home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_9 / PlaceObject2_564_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2003-03-01  |  156 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.score < _root.total)
  3.    {
  4.       _root.total += 10;
  5.    }
  6.    else
  7.    {
  8.       _root.total = _root.score;
  9.    }
  10. }
  11.